Name | Description | |
---|---|---|
![]() | C1SelectDataCollection<S,T> Constructor | Overloaded. |
The following tables list the members exposed by C1SelectDataCollection<S,T>.
Name | Description | |
---|---|---|
![]() | C1SelectDataCollection<S,T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | Count | Overridden. |
![]() | CurrentPage | Gets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | GroupDescriptions | Gets the group descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | IsUpdating | Gets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | IsVirtualizing | (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | Item | Overridden. |
![]() | PageSize | Gets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | TotalCount | Gets the total number of items in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
Name | Description | |
---|---|---|
![]() | Source | Gets or sets the original source collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | SourceIsGeneric | Gets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | SourceIsList | Gets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | SourceIsObservableCollection | Gets a value indicating whether the source collection is an ObservableCollection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | SourceNotifiesChanges | Gets a value indicating whether the source collection notifies changes. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
Name | Description | |
---|---|---|
![]() | CreateInternalList | Overridden. |
![]() | OnCollectionChanged | Raises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | OnFilterChanged | Called after the filter changed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | OnGroupChanged | Called after the groups changed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | OnPageChanged | Raises the C1WrapDataCollection<S,T>.PageChanged event. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | OnSortChanged | Called after the sort changed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | OnSourceCollectionChanged | Overridden. |
![]() | SuppressSourceNotifications | Disables the notifications while the returned IDisposable is not disposed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | GroupChanged | Raised after a grouping operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | PageChanged | Occurs after the current page changed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<S,T>) |